<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{font: normal 20px "Arial", "Microsoft yahei"; }
body {  color:#333;max-width: 640px; margin: 0 auto;}
a { color:#333; text-decoration:none; }
a:hover { color:#113188; text-decoration:none; }

/*非常用特殊样式*/
.yahei {
	font-family:"Microsoft yahei";
}
.songti {
	font-family:"SimSun";
}
.textOverHide {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.block100 {
	width:100%;
	overflow:hidden;
}
.block50 {
	width:50%;
	overflow:hidden;
}
.block25 {
	width:25%;
	overflow:hidden;
}
.block20 {
	width:20%;
	overflow:hidden;
}
.positionR {
	position:relative;
}
.positionA {
	position:absolute;
}
.positionF {
	position:fixed;
}
/*非常用特殊样式*/

#wrap {
	width:100%;
	overflow:hidden;
}
/* 所有页面的内容区父级元素 */
.content {
    width:100%;
    max-width:640px;
    overflow:hidden;
    margin:0 auto;
}
/* 所有页面的内容区父级元素 */

/*头部开始*/
header {
	width:100%;
	overflow:hidden;
	margin:0 auto;
}

.logobar {
	width: 100%;
	max-width:640px;
	margin:0 auto;
	display: table;
}
.logobar .logo{
	width: 100%;
	display: table;
}
.logobar .logo .logo_left{
	width: 30.32%;
    margin-right: 2.65%;
    text-align: center;
	float: left;
	/*background: #e31329;*/
	border-bottom-right-radius: .5rem;
}
.logobar .logo .logo_left img{
	width:69.1%;
	margin:.9rem 0 1.05rem;
}
.logobar .logo .logo_right{
	width: 67%;
	float: left;
}
.logo_right h2{
	font-size: .83rem;
	color: #e31329;
	padding:1.17rem 0 0;
	line-height: 1.1rem;
	letter-spacing: 1px;
}
.logo_right h2 span{
	font-size: 1rem;
	font-weight: bold;
}
.logo_right p{
	font-size: 0.75rem;
	color: #888888;
	letter-spacing: 1px;
	margin: .5rem 0 1.67rem;
}
.logo_right h3{
	color: #333;
	font-size: .67rem;
	line-height: 1.2rem;
	letter-spacing: 1px;
}
.logo_right h3 span{
	font-size: 1.17rem;
	color: #e31329;
	margin-left: 1%;
}
/*头部结束*/

/*导航开始*/
nav {
	width:100%;
	max-width: 640px;
	overflow:hidden;
	margin:0 auto;
	border-top: 1px solid #dfdfdf;
}

nav ul {
	width:100%;
	max-height:100%;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	line-height: 2.3rem;
}
nav li {
	width:33.3333%;
	float:left;
	font-size: .75rem;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align: center;
}
nav li a{
	color: #333333;
}
nav li:first-child{
	/* background: url(img/nav.jpg) center no-repeat; */
	background-size: 50.5% 1.6rem;
}
nav li:first-child a{color: #fff;}
nav li:hover{
	background: url(img/nav.jpg) center no-repeat;
	background-size: 50.5% 1.6rem;
}
nav li:nth-child(2):hover{
	background: url(img/nav.jpg) center no-repeat;
	background-size: 70% 1.6rem;
}
nav li:nth-child(5):hover{
	background: url(img/nav.jpg) center no-repeat;
	background-size: 70% 1.6rem;
}
nav li:hover a{
	color: #fff;
}
/*导航开始*/

/*banner开始*/
.banner {
	width:100%;
	max-width:640px;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}
.banner ul {
	overflow:hidden;
	position:absolute;
	top:0; left:0;
}
.banner li {
	float:left;
}
.banner a {
	width:100%;
	overflow:hidden;
	display:block;
}
.banner a img {
	width:100%;
}
.banner .curr {
	width:100%;
	height:14px;
	text-align:center;
	position:absolute;
	bottom:10px; left:0;
}
.banner .curr span {
	width:10px;
	height:10px;
	margin-right:10px;
	display:inline-block;
	vertical-align:top;
	background:#ffffff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* Internet Explorer */
	-moz-transform:rotate(45deg); /* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); /* Opera */
}
.curr span.active {
	background:#f40002;
}
/*banner结束*/



/*底部开始*/
footer { 
	width: 100%;
	height: 4.7rem;
	max-width: 640px;
	overflow: hidden;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	background: #2e2e2e;
}
footer div{
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}
footer div img{
	width: 25%;
	margin-top: .6rem;
}
footer div p{
	font-size: .9rem;
	color: #fff;
	margin: .2rem 0 0;
}


/**/
.dizhi{
	width: 100%;
	overflow: hidden;
	padding-bottom: 4.1rem;
	background: #202020;
	text-align: center;
}
.dizhi .logos{ background:#fff;width:150px; margin:10px auto;}
 
.dizhi p{
	color: #fff;
	font-size: .75rem;
	padding-bottom: .6rem;
	letter-spacing: 1px;
}
.dizhi h2{
	width: 90.625%; 
	line-height: 1.8rem;
	border-top: 1px solid #2a2a2a;
	font-size: .75rem;
	color: #4e4e4e;
	margin:1.1rem auto 0;
	letter-spacing: 1px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}


/*底部结束*/




@media screen and (min-width:320px) {
	html { font-size:75%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 7%;}
}
@media screen and (min-width:360px) {
	html { font-size:85%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 7%;}
}
@media screen and (min-width:400px) {
	html { font-size:87.5%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 0;}
}
@media screen and (min-width:480px) {
	html { font-size:110.5%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 0;}
}
@media screen and (min-width:568px) {
	html { font-size:129%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 0;}
}
@media screen and (min-width:639px) {
	html { font-size:150%;}
	.cpzx .fl1 ul li:nth-child(4){margin-right: 0;}
}

</pre></body></html>